1. BRAZIL CASES
paged_table(brazil_cases)
colnames(brazil_cases)
## [1] "country" "state"
## [3] "city_name" "city_ibge_code_07"
## [5] "total_deaths" "total_cases"
## [7] "deaths_per_100k_inhabitants" "total_cases_per_100k_inhabitants"
## [9] "deaths_by_total_cases" "_source"
## [11] "date" "new_cases"
## [13] "new_deaths" "last_info_date"
2. BRAZIL CITIES
paged_table(brazil_cities)
colnames(brazil_cities)
## [1] "city_ibge_code_07" "city_ibge_code_06" "city_name"
3.GOOGLE MOBILITY REPORT
colnames(oxford_measures)
## [1] "country_name"
## [2] "country_code"
## [3] "state_name"
## [4] "state"
## [5] "city_name"
## [6] "city_code"
## [7] "jurisdiction"
## [8] "date"
## [9] "c1_school_closing"
## [10] "c1_flag"
## [11] "c1_notes"
## [12] "c2_workplace_closing"
## [13] "c2_flag"
## [14] "c2_notes"
## [15] "c3_public_events"
## [16] "c3_flag"
## [17] "c3_notes"
## [18] "c4_restrictions_on_gatherings"
## [19] "c4_flag"
## [20] "c4_notes"
## [21] "c5_close_public_transport"
## [22] "c5_flag"
## [23] "c5_notes"
## [24] "c6_stay_at_home_requirements"
## [25] "C6_Notes"
## [26] "c6_flag"
## [27] "c7_restrictions_on_internal_movement"
## [28] "c7_flag"
## [29] "c7_notes"
## [30] "c8_international_travel_controls"
## [31] "c8_notes"
## [32] "e1_income_support"
## [33] "e1_flag"
## [34] "e1_notes"
## [35] "e2_debt_contract_relief"
## [36] "e2_notes"
## [37] "e3_fiscal_measures"
## [38] "e3_notes"
## [39] "e4_international_support"
## [40] "e4_notes"
## [41] "h1_public_information_campaigns"
## [42] "h1_flag"
## [43] "h1_notes"
## [44] "h2_testing_policy"
## [45] "h2_notes"
## [46] "h3_contact_tracing"
## [47] "h3_notes"
## [48] "h4_emergency_investment_in_healthcare"
## [49] "h4_notes"
## [50] "h5_investment_in_vaccines"
## [51] "h5_notes"
## [52] "h6_facial_converings"
## [53] "h6_flag"
## [54] "h6_notes"
## [55] "h7_vaccination_policy"
## [56] "h7_flag"
## [57] "h7_notes"
## [58] "h8_protection_of_elderly_people"
## [59] "h8_flag"
## [60] "h8_notes"
## [61] "m1_wildcard"
## [62] "m1_notes"
## [63] "v1_vaccine_prioritisation"
## [64] "v1_notes"
## [65] "v2_vaccine_availability"
## [66] "v2_notes"
## [67] "v3_vaccine_financial_support"
## [68] "v3_notes"
## [69] "v4_mandatory_vaccination"
## [70] "v4_notes"
## [71] "confirmed_cases"
## [72] "confirmed_deaths"
## [73] "stringency_index"
## [74] "stringency_index_for_display"
## [75] "stringency_legacy_index"
## [76] "stringency_legacy_index_for_display"
## [77] "government_response_index"
## [78] "government_response_index_for_display"
## [79] "containment_health_index"
## [80] "containment_health_index_for_display"
## [81] "economic_support_index"
## [82] "economic_support_index_for_display"
4.OXFORD MEASURES
paged_table(oxford_measures)